+------------------------------------------------------------------------+
|  _______  ____   __  _______  ________  ________      ______  _______  |
|  CCCCCCC| HHHH|  HH| EEEEEEE| SSSSSSSS| SSSSSSSS|     IIIIII| TTTTTTT| |
|  CCCC|    HHHH|__HH| EEEE|    SSSS|___  SSSS|___       IIII|  TTTTTTT| |
|  CCCC|    HHHHHHHHH| EEEEEEE| SSSSSSSS| SSSSSSSS|      IIII|    TTT|   |
|  CCCC|    HHHH|  HH| EEEE|          SS|       SS|      IIII|    TTT|   |
|  CCCC|_   HHHH|  HH| EEEE|    ______SS| ______SS|     _IIII|    TTT|   |
|  CCCCCCC| HHHH|  HH| EEEEEEE| SSSSSSSS| SSSSSSSS|     IIIIII|   TTT|   |
|                                                                        |
+------------------------------------------------------------------------+
|                           Version 1.0a                                 |
|                      For the TI83 and TI83+                            |
|             Programmed by Martin Johansson (October 2001)              |
|                    smoother_1982@hotmail.com                           |
|                   http://www.maxcoderz.f2s.com                         |
|                                                                        |
|CONTROLLERS                                                             |
+------------------------------------------------------------------------+
|Menu:     Move cursor   = Arrows Up-Down                                |
|          Select        = 2nd                                           |
|                                                                        |
|In Game:  Move cursor   = Arrows Up-Down Left-Right                     |
|	   Select Peice  = 2nd                                           |
|          Undo Selected = Clear                                         |
|          Quit          = Del                                           |
|                                                                        |
|                                                                        |
|Okay, so what are all these files good for?                             |
+------------------------------------------------------------------------+
|CHESSIT		- Main file. Controls the whole game.            |
|			  Control the first arrow that you use           |
|			  to choose which peice you want to move.        |
|                                                                        |
|ZBISHOP		- Draws the Bishop (Black/White)                 |
|                                                                        |
|ZCHKMOVE		- Check all avalaible moves with the peice       |
|			  you just chose. (I know very BIG file)         |
|                                                                        |
|ZCHKPEI		- This file control a lot in the game. ex.       |
|			  which peice to move and to which place         |
|                         (ex. Knight: B1 TO C3)                         |
|ZDRWALL		- Draws the board with all the peices.           |
|                                                                        |
|ZDRWBLCK		- Fill the selected square BLACK                 |
|                                                                        |
|ZDRWWHTE		- Fill the selected square WHITE                 |
|                                                                        |
|ZKING			- Draws the King (Black/White)                   |
|                                                                        |
|ZKNIGHT		- Draws the Knight (Black/White)                 |
|	                                                                 |
|ZPAWN			- Draws the Pawn (Black/White)                   |
|                                                                        |
|ZQUEEN			- Draws the Queen (Black/White)                  |
|                                                                        |
|ZROOK			- Draws the Rook (Black/White)                   |
|                                                                        |
|ZSETUPS		- Setup the axis, matrx and some graphics.       |
| 									 |
| 									 |
|Other Info								 |
+------------------------------------------------------------------------+
| 									 |
| Draw new game: 16 s.							 |
| Draw saved game: 24 s.						 |
|									 |
+------------------------------------------------------------------------+





VERSION HISTORY
-+-------------
 |
 |
 +-[0.3] -Graphics finished and your able to move the pieces.
 |       Not a public release.
 |       (3kb)
 |
 +-[1.0a] Not a public release (yet)
 |        -Human TO Human Game
 |        -Added an engine that check if Pawn have moved to the other 
 |	   side of board. Then replace it with a Queen.
 |	  -Added Save/Load game
 |	  -Minor changes, optimzed the code for faster reading of data.
 |	  -Added a graphical menu
 |	 (9.8kb)
 |
 +-[1.1] First Public Release!
	  -More code optimizing and small changes in the code that made 
	   it faster.
	  -Small engine changes.
	  -Known 'bugs': 'One square between kings' is not working. 



FUTURE VERSIONS
---------------
- Checking engine
- Computer AI
- Calc TO Calc playing
- Faster "Think-where-I-can-go" -engine.
- Surprises!

+-----------+
| THANKS TO |
+-----------+
The MaxCoderz Team!
Texas Instruments
My little brother.


Please report bugs or comments to:
smoother_1982@hotmail.com


(END OF DOCUMENT)